xm: Do not check path of kernel if bootloader is specified
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 15 Jul 2010 15:32:50 +0000 (16:32 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 15 Jul 2010 15:32:50 +0000 (16:32 +0100)
commit8582d429a132dc50f7b6ef15b1d0cfb286a0aa26
tree1e7afa1c3f1dd16186bb31b18f9b473afa383974
parentfb1d9a4ad18d790ee15fbcbb624a5cddd854d17b
xm: Do not check path of kernel if bootloader is specified

When create DomU, if bootloader is specified, 'kernel/ramdisk' will be
used by bootloader when boots DomU. So it is needless to check the
path is existent or not.

Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/python/xen/xm/create.py